home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / usr / share / lintian / overrides / libc6 < prev    next >
Encoding:
Text File  |  2009-08-31  |  858 b   |  22 lines

  1. # ldconfig must be executable even when the libc is not configured, and
  2. # thus must be linked statically
  3. libc6: statically-linked-binary ./sbin/ldconfig
  4.  
  5. # libpthread must be stripped specially; GDB needs the non-dynamic 
  6. # symbol table in order to load the thread debugging library.
  7. libc6: unstripped-binary-or-object ./lib/libpthread-2.9.so
  8.  
  9. # ld.so must be executable, otherwise the system will not work
  10. libc6: shlib-with-executable-bit lib/ld-2.9.so 0755
  11.  
  12. # pt_chown must be setuid root, otherwise non-root users won't be able
  13. # to login
  14. libc6: setuid-binary usr/lib/pt_chown 4755 root/root
  15.  
  16. # It is normal that the ELF dynamic linker does not need any other 
  17. # library
  18. libc6: shared-lib-without-dependency-information ./lib/ld-2.9.so
  19.  
  20. #¬†dependency on debconf is not needed, as glibc has a fallback to tty 
  21. libc6: missing-debconf-dependency-for-preinst
  22.